home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
GNU
/
ispell_bin.lha
/
ispell-3.1.18bin
/
interfaces
/
shell
/
irexxspelltest.rexx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-09-21
|
235 b
|
13 lines
/* Test Program for IRexxSpell Loren J. Rittle 11/6/89 */
options results
address 'IRexxSpell'
version
say result
check "cat"
say result
check "\whitt"
say result
check "whitt"
say result
address 'IRexxSpell' exit